Skip to content

Conversation

@luca020400
Copy link
Contributor

brotli is a widely used content encoding for web pages.
Specifically it shaves off ~400kb from index.html.

Before: 1.519.342 tools/server/public/index.html.br
After: 1.912.690 tools/server/public/index.html.gz
Delta: -393.348

brotli is also deterministic so we don't need
to manually zero-out fields in the output.

brotli is a widely used content encoding for web pages.
Specifically it shaves off ~400kb from index.html.

Before: 1.519.342 tools/server/public/index.html.br
After:  1.912.690 tools/server/public/index.html.gz
Delta:  -393.348

brotli is also deterministic so we don't need
to manually zero-out fields in the output.
@ngxson
Copy link
Collaborator

ngxson commented May 18, 2025

This has already been discussed and we don't use brotli because not all reverse proxies support it out of the box

@ngxson ngxson closed this May 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants